home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -websites- / haage&partner / ftp / warpup / warpup_release2.lha / WarpUP-WarpOS / First_Aid.txt < prev    next >
Text File  |  1997-12-24  |  2KB  |  44 lines

  1.  
  2. First aid for problems with WarpOS
  3. ----------------------------------
  4.  
  5. - Problem:
  6.   Every demo which opens the powerpc.library, crashes.
  7.  
  8. - Solution:
  9.   - On systems without PPC board, the env variable 'noPPC' must
  10.     absolutely be set to a value unequal zero. After that, all
  11.     demos which are able to run without PPC (but which try to
  12.     open the powerpc.library) should run.
  13.   - If the 68060.library of the PowerUp distribution of Phase5
  14.     was not installed of if this library causes problems, the
  15.     problem can be solved with the env variable 'boardtype'.
  16.     Owner of a CyberStormPPC board should set the variable to 2,
  17.     owner of a developer board to 1.
  18.  
  19.  
  20.  
  21. - Problem:
  22.   If a demo is started several times in the shell, crashes occur.
  23.  
  24. - Solution:
  25.   The problem can occur in conjunction with the WShell, which frees
  26.   signals that were not allocated by itself. The problem can be
  27.   solved with the env variable 'earlyterm'. If this variable is set
  28.   to 1, the problems should be solved. Restrictions: no global settings
  29.   can be made in the shell, which could affect the PPC, so the tools
  30.   'stackppc' and 'changemmu' don't work anymore. To set the PPC stack
  31.   size, you have to use the command 'stack' (the PPC stack is about
  32.   double the stack size of the 68K stack).
  33.  
  34.  
  35. - Problem:
  36.   Since version 1.6 the voxelspace demo doesn't work with Picasso96
  37.   anymore.
  38.  
  39. - Solution:
  40.   The voxelspace supports the OS3.0 multibuffering for Picasso96
  41.   since V1.6 to achieve a better display quality. Therefore it is
  42.   required that an appropriate new version of Picasso96 is installed.
  43.  
  44.